ABC091 B - Two Colors Card Game
提出
code: python
from collections import Counter
n = int(input())
m = int(input())
s_c = Counter(s)
t_c = Counter(t)
ans = -float('inf')
for k, v in s_c.items():
if res > ans:
ans = res
print(ans) if ans > 0 else print(0)